Package com.cisco.pt.ipc.sim
Interface CMEProcess
- All Known Implementing Classes:
CMEProcessImpl
Information provided by the PKI file:
\class CCMEProcess
\brief CCMEProcess is the process that handles CME.
\example network().getDevice("Router0").getProcess("CMEProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetDialPeer(int dialPeerTag) Information provided by the PKI file:getEphone(int tag) Information provided by the PKI file:getEphoneDirectory(int dnTag) Information provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getEphoneDirectory
Information provided by the PKI file:
\brief Returns the CEphoneDirectory object with the specified sequence number. \param dnTag, the unique sequence number of the ephone directory number. \return CEphoneDirectory, the CEphoneDirectory object with the specified sequence number.- Parameters:
dnTag- Takes in a parameter of dnTag- Returns:
- EphoneDirectory Returns a EphoneDirectory
-
getEphone
Information provided by the PKI file:
\brief Returns the CEphone object with the specified sequence number. \param int tag, the unique sequence number of the ephone. \return CEphone, the CEphone object with the specified sequence number.- Parameters:
tag- Takes in a parameter of tag- Returns:
- Ephone Returns a Ephone
-
getTelephonyService
TelephonyService getTelephonyService()Information provided by the PKI file:
\brief Returns the CTelephonyService object. \return CTelephonyService, the CTelephonyService object.- Returns:
- TelephonyService Returns a TelephonyService
-
getDialPeer
Information provided by the PKI file:
\brief Returns the CDialPeer object with the specified dial peer tag number. \param dialPeerTag, the tag number of the dial peer. \return CDialPeer, the CDialPeer object with the specified dial peer tag number.- Parameters:
dialPeerTag- Takes in a parameter of dialPeerTag- Returns:
- DialPeer Returns a DialPeer
-